home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
682
/
rexxhostlib
/
glue.lzh
/
GetToken.asm
< prev
next >
Wrap
Assembly Source File
|
1990-09-18
|
202b
|
16 lines
xref _RexxHostBase
xdef _GetToken
section text,code
_GetToken:
movem.l a6/a2,-(sp)
move.l _RexxHostBase,a6
movem.l 12(sp),a0/a1/a2
move.l 24(sp),d0
jsr -84(a6)
movem.l (sp)+,a6/a2
rts
end